html {
	color-scheme: light dark;
}

body {
	font-family: 'Lato', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 1.3rem;
	line-height: 1.5;
}

main {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%);
	max-width: 50em;
	min-width: 400px;
	margin-inline: auto;
	text-align: center;
}

img,
svg,
video {
	max-width: 100%;
	display: block;
	border-radius: 10px;
}

a,
a:visited {
	text-decoration: underline;
	color: inherit;
}

a:hover {
	color: goldenrod;
	animation: tada;
	animation-duration: 2s;
}

.nasi {
	text-align: left;
	max-width: 30em;
	min-width: 5rem;
	margin: auto;
}